*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:'Poppins',sans-serif;background:linear-gradient(45deg,#fffc00 0,#fffb90 100%);color:#000;overflow:hidden;line-height:1.4}main{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem}.logo{max-width:120px;height:auto;margin-bottom:1.5rem}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;max-width:18ch}p{font-size:clamp(1rem,2.5vw,1.25rem);margin-bottom:2rem;max-width:45ch;font-weight:400}.cta{display:inline-block;padding:.8rem 1.8rem;background:#000;color:#fff;text-decoration:none;font-weight:700;border-radius:50px;transition:transform .2s ease}.cta:hover,.cta:focus{transform:scale(1.05);outline:2px solid transparent;outline-offset:2px}#cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(0,0,0,0.9);color:#fff;padding:1rem;text-align:center;z-index:1000}#cookie-banner p{font-size:.9rem;margin:0 0 .8rem 0;max-width:none}#cookie-accept{padding:.5rem 1rem;background:#fffc00;color:#000;border:none;border-radius:5px;cursor:pointer;font-weight:700}.cookie-content{display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width:600px){.cookie-content{flex-direction:row;justify-content:space-between;padding:0 1rem}#cookie-banner p{margin:0}}